<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>2</cardCount>
<cardID>5967</cardID>
<listID>2208</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>512</width>
<height>342</height>
</cardSize>
<script>on openStackglobal oldUserLevelget userLevelput it into oldUserLevelset userlevel to 5do BasicMenubarend openStackon closeStackglobal oldUserLevelset userLevel to oldUserLevelreset menuBarend closeStackon doMenu whichif which <> "About HyperCard..." then pass doMenugo to first cardenable menuItem "Library" of menu "Go"end doMenuon BasicMenuBarDelete menu "Font"delete menu "Style"Delete menu "Objects"Delete menu "tools"set name of menuItem 1 of menu "Apple" to "About Software Librarian..."repeat with n = 15 down to 7delete menuItem n of menu "Edit"end repeatdelete menuItem 14 of menu "Go"delete menuItem 13 of menu "Go"repeat with n = 11 down to 6delete menuItem n of menu "Go"end repeatput "Library" after menu "Go" with menumsg "GoLibrary"end BasicMenuBaron GoLibrarygo to first cd of bg "software library"disable menuItem "Library" of menu "Go"end GoLibrary</script>